home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
Boxer
/
TZUtils
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
2000-06-23
|
165 b
|
12 lines
%.o: %.c
m68k-palmos-gcc -Wall -O3 -c $< -o $@
libtzutils.a: stdio2.o makedb.o
m68k-palmos-ar rv $@ $^
clean:
rm -f *.o
realclean: clean
rm -f libtzutils.a